home *** CD-ROM | disk | FTP | other *** search
/ Aminet 5 / Aminet 5 - March 1995.iso / Aminet / dev / gcc / gcc263_doc.lha / gnu / man / man1 / as.1 < prev    next >
Text File  |  1994-12-19  |  8KB  |  199 lines

  1.  
  2.  
  3.  
  4. as(1)                 GNU Development Tools                 as(1)
  5.  
  6.  
  7. NNAAMMEE
  8.        GNU as--the portable GNU assembler.
  9.  
  10.  
  11. SSYYNNOOPPSSIISS
  12.        aass [--aa|--aall|--aass] [--DD] [--ff] [--II _p_a_t_h] [--KK] [--LL] [--oo _o_b_j_f_i_l_e]
  13.        [--RR] [--vv] [--ww] [---- | _f_i_l_e_s...]
  14.  
  15.        _i_9_6_0_-_o_n_l_y _o_p_t_i_o_n_s_:
  16.        [--AACCAA|--AACCAA__AA|--AACCBB|--AACCCC|--AAKKAA|--AAKKBB|--AAKKCC|--AAMMCC] [--bb]
  17.        [--nnoo--rreellaaxx]
  18.  
  19.        _m_6_8_0_x_0_-_o_n_l_y _o_p_t_i_o_n_s_:
  20.        [--ll] [--mmcc6688000000|--mmcc6688001100|--mmcc6688002200]
  21.  
  22.  
  23. DDEESSCCRRIIPPTTIIOONN
  24.        GNU  aass  is really a family of assemblers.  If you use (or
  25.        have used) the GNU  assembler  on  one  architecture,  you
  26.        should  find  a fairly similar environment when you use it
  27.        on another architecture.  Each version has much in  common
  28.        with  the  others,  including  object  file  formats, most
  29.        assembler directives (often called _p_s_e_u_d_o_-_o_p_s_) and  assem-
  30.        bler syntax.
  31.  
  32.        For  information  on the syntax and pseudo-ops used by GNU
  33.        aass, see `aass' entry in iinnffoo (or the manual  _U_s_i_n_g  _a_s_:  _T_h_e
  34.        _G_N_U _A_s_s_e_m_b_l_e_r).
  35.  
  36.        aass is primarily intended to assemble the output of the GNU
  37.        C compiler ggcccc for use by the  linker  lldd.   Nevertheless,
  38.        we've  tried to make aass assemble correctly everything that
  39.        the native assembler would.  This doesn't mean  aass  always
  40.        uses  the  same  syntax  as another assembler for the same
  41.        architecture; for example, we know of several incompatible
  42.        versions of 680x0 assembly language syntax.
  43.  
  44.        Each  time you run aass it assembles exactly one source pro-
  45.        gram.  The source program is made up of one or more files.
  46.        (The standard input is also a file.)
  47.  
  48.        If aass is given no file names it attempts to read one input
  49.        file from the aass standard input, which  is  normally  your
  50.        terminal.   You may have to type ccttll--DD to tell aass there is
  51.        no more program to assemble.  Use  `----'  if  you  need  to
  52.        explicitly  name  the  standard input file in your command
  53.        line.
  54.  
  55.        aass may write warnings and error messages to  the  standard
  56.        error  file (usually your terminal).  This should not hap-
  57.        pen when aass is run automatically by a compiler.   Warnings
  58.        report an assumption made so that aass could keep assembling
  59.        a flawed program; errors report a grave problem that stops
  60.        the assembly.
  61.  
  62.  
  63.  
  64. cygnus support           21 January 1992                        1
  65.  
  66.  
  67.  
  68.  
  69.  
  70. as(1)                 GNU Development Tools                 as(1)
  71.  
  72.  
  73. OOPPTTIIOONNSS
  74.        --aa|--aall|--aass
  75.               Turn  on  assembly  listings;  `--aall', listing only,
  76.               `--aass', symbols only, `--aa', everything.
  77.  
  78.        --DD     This option is accepted only for script compatibil-
  79.               ity  with  calls  to  other  assemblers;  it has no
  80.               effect on aass.
  81.  
  82.        --ff     ``fast''--skip preprocessing (assume source is com-
  83.               piler output).
  84.  
  85.        --II _p_a_t_h
  86.               Add  _p_a_t_h  to  the  search list for ..iinncclluuddee direc-
  87.               tives.
  88.  
  89.        --KK     Issue warnings when difference tables  altered  for
  90.               long displacements.
  91.  
  92.        --LL     Keep (in symbol table) local symbols, starting with
  93.               `LL'
  94.  
  95.        --oo _o_b_j_f_i_l_e
  96.               Name the object-file output from aass
  97.  
  98.        --RR     Fold data section into text section
  99.  
  100.        --vv     Announce aass version
  101.  
  102.        --WW     Suppress warning messages
  103.  
  104.        _-_- | _f_i_l_e_s_._._.
  105.               Source files to assemble, or standard input (----)
  106.  
  107.        --AA_v_a_r  _(_W_h_e_n _c_o_n_f_i_g_u_r_e_d _f_o_r  _I_n_t_e_l  _9_6_0_._)   Specify  which
  108.               variant of the 960 architecture is the target.
  109.  
  110.        --bb     _(_W_h_e_n  _c_o_n_f_i_g_u_r_e_d _f_o_r _I_n_t_e_l _9_6_0_._)  Add code to col-
  111.               lect statistics about branches taken.
  112.  
  113.        --nnoo--rreellaaxx
  114.               _(_W_h_e_n _c_o_n_f_i_g_u_r_e_d _f_o_r _I_n_t_e_l _9_6_0_._)  Do not alter com-
  115.               pare-and-branch  instructions  for  long  displace-
  116.               ments; error if necessary.
  117.  
  118.        --ll     _(_W_h_e_n _c_o_n_f_i_g_u_r_e_d _f_o_r _M_o_t_o_r_o_l_a _6_8_0_0_0_)_.
  119.               Shorten references to  undefined  symbols,  to  one
  120.               word instead of two.
  121.  
  122.        --mmcc6688000000|--mmcc6688001100|--mmcc6688002200
  123.               _(_W_h_e_n _c_o_n_f_i_g_u_r_e_d _f_o_r _M_o_t_o_r_o_l_a _6_8_0_0_0_)_.
  124.               Specify  what  processor in the 68000 family is the
  125.               target (default 68020)
  126.  
  127.  
  128.  
  129.  
  130. cygnus support           21 January 1992                        2
  131.  
  132.  
  133.  
  134.  
  135.  
  136. as(1)                 GNU Development Tools                 as(1)
  137.  
  138.  
  139.        Options may be in any order, and may be before, after,  or
  140.        between  file  names.  The order of file names is signifi-
  141.        cant.
  142.  
  143.        `----' (two hyphens) by itself names the standard input file
  144.        explicitly, as one of the files for aass to assemble.
  145.  
  146.        Except for `----' any command line argument that begins with
  147.        a hyphen (`--') is an  option.   Each  option  changes  the
  148.        behavior  of aass.  No option changes the way another option
  149.        works.  An option is a `--' followed by one  or  more  let-
  150.        ters;  the  case of the letter is important.   All options
  151.        are optional.
  152.  
  153.        The `--oo' option expects exactly one file name  to  follow.
  154.        The  file  name may either immediately follow the option's
  155.        letter (compatible with older assemblers) or it may be the
  156.        next command argument (GNU standard).
  157.  
  158.        These two command lines are equivalent:
  159.        aass  --oo  mmyy--oobbjjeecctt--ffiillee..oo  mmuummbbllee..ss
  160.        aass  --oommyy--oobbjjeecctt--ffiillee..oo  mmuummbbllee..ss
  161.  
  162.  
  163. SSEEEE AALLSSOO
  164.        `aass'  entry  in iinnffoo; _U_s_i_n_g _a_s_: _T_h_e _G_N_U _A_s_s_e_m_b_l_e_r; ggcccc(11),
  165.        lldd(11).
  166.  
  167.  
  168. CCOOPPYYIINNGG
  169.        Copyright (c) 1991, 1992 Free Software Foundation, Inc.
  170.  
  171.        Permission is granted  to  make  and  distribute  verbatim
  172.        copies  of  this  manual provided the copyright notice and
  173.        this permission notice are preserved on all copies.
  174.  
  175.        Permission is granted to copy and distribute modified ver-
  176.        sions  of  this  manual  under the conditions for verbatim
  177.        copying, provided that the entire resulting  derived  work
  178.        is  distributed  under  the  terms  of a permission notice
  179.        identical to this one.
  180.  
  181.        Permission is granted to copy and distribute  translations
  182.        of this manual into another language, under the above con-
  183.        ditions for modified versions, except that this permission
  184.        notice  may  be  included  in translations approved by the
  185.        Free  Software  Foundation  instead  of  in  the  original
  186.        English.
  187.  
  188.  
  189.  
  190.  
  191.  
  192.  
  193.  
  194.  
  195.  
  196. cygnus support           21 January 1992                        3
  197.  
  198.  
  199.